Class: Aws::Types::BulkLoadIdNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::BulkLoadIdNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
28 29 30 |
# File 'sig/types.rbs', line 28 def code @code end |
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
26 27 28 |
# File 'sig/types.rbs', line 26 def @detailed_message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def request_id @request_id end |