Class: Aws::IAM::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html [2]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html [3]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code associated with the operation failure.
-
#message ⇒ String
Detailed information about the reason that the operation failed.
Instance Attribute Details
#code ⇒ String
The error code associated with the operation failure.
2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-iam/types.rb', line 2970 class ErrorDetails < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Detailed information about the reason that the operation failed.
2970 2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-iam/types.rb', line 2970 class ErrorDetails < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |