Class: Aws::Types::IpamPoolCidrFailureReason
- Inherits:
-
Object
- Object
- Aws::Types::IpamPoolCidrFailureReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "cidr-not-available", "limit-exceeded"
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "cidr-not-available", "limit-exceeded"
Returns the value of attribute code.
12673 12674 12675 |
# File 'sig/types.rbs', line 12673 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
12674 12675 12676 |
# File 'sig/types.rbs', line 12674 def @message end |