Class: Aws::IAM::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ErrorDetails
- Defined in:
- gems/aws-sdk-iam/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.
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.
2685 2686 2687 2688 2689 2690 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2685 class ErrorDetails < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Detailed information about the reason that the operation failed.
2685 2686 2687 2688 2689 2690 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2685 class ErrorDetails < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |