Class: Aws::Types::ModelError
- Inherits:
-
Object
- Object
- Aws::Types::ModelError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#original_message ⇒ ::String
Returns the value of attribute original_message.
-
#original_status_code ⇒ ::Integer
Returns the value of attribute original_status_code.
Instance Attribute Details
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def log_stream_arn @log_stream_arn end |
#message ⇒ ::String
Returns the value of attribute message.
100 101 102 |
# File 'sig/types.rbs', line 100 def @message end |
#original_message ⇒ ::String
Returns the value of attribute original_message.
102 103 104 |
# File 'sig/types.rbs', line 102 def @original_message end |
#original_status_code ⇒ ::Integer
Returns the value of attribute original_status_code.
101 102 103 |
# File 'sig/types.rbs', line 101 def original_status_code @original_status_code end |