Class: Aws::Types::ModelErrorException
- Inherits:
-
Object
- Object
- Aws::Types::ModelErrorException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#original_status_code ⇒ ::Integer
Returns the value of attribute original_status_code.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def @message end |
#original_status_code ⇒ ::Integer
Returns the value of attribute original_status_code.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def original_status_code @original_status_code end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def resource_name @resource_name end |