class
Amazonite::Iam::ErrorDetails
- Amazonite::Iam::ErrorDetails
- Reference
- Object
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.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code : String
The error code associated with the operation failure.
-
#code=(code : String)
The error code associated with the operation failure.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String
Detailed information about the reason that the operation failed.
-
#message=(message : String)
Detailed information about the reason that the operation failed.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.