Class: Aws::Types::CanaryStatus
- Inherits:
-
Object
- Object
- Aws::Types::CanaryStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_reason_code ⇒ "INVALID_PERMISSIONS", ...
Returns the value of attribute state_reason_code.
Instance Attribute Details
#state ⇒ "CREATING", ...
Returns the value of attribute state.
177 178 179 |
# File 'sig/types.rbs', line 177 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
178 179 180 |
# File 'sig/types.rbs', line 178 def state_reason @state_reason end |
#state_reason_code ⇒ "INVALID_PERMISSIONS", ...
Returns the value of attribute state_reason_code.
179 180 181 |
# File 'sig/types.rbs', line 179 def state_reason_code @state_reason_code end |