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.
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.
2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iam/types.rb', line 2834 class ErrorDetails < Struct.new( :message, :code) include Aws::Structure end |
#message ⇒ String
Detailed information about the reason that the operation failed.
2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iam/types.rb', line 2834 class ErrorDetails < Struct.new( :message, :code) include Aws::Structure end |