Class: Aws::Types::EarthObservationJobErrorDetails
- Inherits:
-
Object
- Object
- Aws::Types::EarthObservationJobErrorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "CLIENT_ERROR", "SERVER_ERROR"
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
90 91 92 |
# File 'sig/types.rbs', line 90 def @message end |
#type ⇒ "CLIENT_ERROR", "SERVER_ERROR"
Returns the value of attribute type.
91 92 93 |
# File 'sig/types.rbs', line 91 def type @type end |