class Amazonite::DynamoDBV2::FailureException

Included Modules

Defined in:

dynamodb_v2/failure_exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(exception_name : String | Nil = nil, exception_description : String | Nil = nil) #

[View source]

Instance Method Detail

def exception_description : String | Nil #

[View source]
def exception_description=(exception_description : String | Nil) #

[View source]
def exception_name : String | Nil #

[View source]
def exception_name=(exception_name : String | Nil) #

[View source]