class Amazonite::Iam::ErrorDetails

Overview

Contains information about the reason that the operation failed.

This data type is used as a response element in the GetOrganizationsAccessReport, GetServiceLastAccessedDetails, and GetServiceLastAccessedDetailsWithEntities operations.

Defined in:

iam/error_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(message : String, code : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def code : String #

The error code associated with the operation failure.


[View source]
def code=(code : String) #

The error code associated with the operation failure.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def message : String #

Detailed information about the reason that the operation failed.


[View source]
def message=(message : String) #

Detailed information about the reason that the operation failed.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]