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.
2844 2845 2846 2847 2848 2849 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2844 class ErrorDetails < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Detailed information about the reason that the operation failed.
2844 2845 2846 2847 2848 2849 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2844 class ErrorDetails < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |