class AWS::Error

Overview

Represents an error returned from an AWS API

Defined in:

aws/error.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def __type : String #

def __type=(___type : String) #

def message : String #

def message=(_message : String) #

def to_json(json : JSON::Builder) #

def type #

Get's the human-readable error type


[View source]