class Aws::Cbor::UnknownTypeError
Public Class Methods
Source
# File lib/aws-sdk-core/cbor.rb, line 34 def initialize(type) super("Unable to encode #{type}") end
Calls superclass method
# File lib/aws-sdk-core/cbor.rb, line 34 def initialize(type) super("Unable to encode #{type}") end