Class: Aws::Types::BatchCreateBillScenarioCommitmentModificationError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioCommitmentModificationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "CONFLICT", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#error_code ⇒ "CONFLICT", ...
Returns the value of attribute error_code.
39 40 41 |
# File 'sig/types.rbs', line 39 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
38 39 40 |
# File 'sig/types.rbs', line 38 def @error_message end |
#key ⇒ ::String
Returns the value of attribute key.
37 38 39 |
# File 'sig/types.rbs', line 37 def key @key end |