Class: Aws::Evs::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::ErrorDetail
- Defined in:
- gems/aws-sdk-evs/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.
1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1191 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
1191 1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1191 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |