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