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.
213 214 215 |
# File 'sig/types.rbs', line 213 def @message end |
#state ⇒ "Initialized", ...
Returns the value of attribute state.
212 213 214 |
# File 'sig/types.rbs', line 212 def state @state end |
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
214 215 216 |
# File 'sig/types.rbs', line 214 def x_amz_error_type @x_amz_error_type end |