Class: Aws::Evs::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-evs/types.rb
Overview
An object that contains error details for an entitlement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-evs/types.rb', line 1088 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-evs/types.rb', line 1088 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |