Class: Aws::Types::BatchUpdateBillScenarioCommitmentModificationError
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateBillScenarioCommitmentModificationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "BAD_REQUEST", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#error_code ⇒ "BAD_REQUEST", ...
Returns the value of attribute error_code.
224 225 226 |
# File 'sig/types.rbs', line 224 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
225 226 227 |
# File 'sig/types.rbs', line 225 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
223 224 225 |
# File 'sig/types.rbs', line 223 def id @id end |