Class: Aws::PartnerCentralAccount::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ErrorDetail
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains detailed information about an error that occurred during an operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locale ⇒ String
The locale or language code for the error message.
-
#message ⇒ String
A human-readable description of the error.
-
#reason ⇒ String
A machine-readable code or reason for the error.
Instance Attribute Details
#locale ⇒ String
The locale or language code for the error message.
1013 1014 1015 1016 1017 1018 1019 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1013 class ErrorDetail < Struct.new( :locale, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
1013 1014 1015 1016 1017 1018 1019 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1013 class ErrorDetail < Struct.new( :locale, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A machine-readable code or reason for the error.
1013 1014 1015 1016 1017 1018 1019 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1013 class ErrorDetail < Struct.new( :locale, :message, :reason) SENSITIVE = [] include Aws::Structure end |