Class: Aws::Types::BatchDeleteBillScenarioCommitmentModificationError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteBillScenarioCommitmentModificationError
- 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.
164 165 166 |
# File 'sig/types.rbs', line 164 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
165 166 167 |
# File 'sig/types.rbs', line 165 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
163 164 165 |
# File 'sig/types.rbs', line 163 def id @id end |