Class: Aws::Types::BatchCreateBillScenarioUsageModificationError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioUsageModificationError
- 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.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#error_code ⇒ "BAD_REQUEST", ...
Returns the value of attribute error_code.
81 82 83 |
# File 'sig/types.rbs', line 81 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
80 81 82 |
# File 'sig/types.rbs', line 80 def @error_message end |
#key ⇒ ::String
Returns the value of attribute key.
79 80 81 |
# File 'sig/types.rbs', line 79 def key @key end |