Class: Aws::Types::InvalidCampaignStateException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidCampaignStateException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#state ⇒ "Initialized", ...
Returns the value of attribute state.
-
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
447 448 449 |
# File 'sig/types.rbs', line 447 def @message end |
#state ⇒ "Initialized", ...
Returns the value of attribute state.
446 447 448 |
# File 'sig/types.rbs', line 446 def state @state end |
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
448 449 450 |
# File 'sig/types.rbs', line 448 def x_amz_error_type @x_amz_error_type end |