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.
12142 12143 12144 |
# File 'sig/types.rbs', line 12142 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
12143 12144 12145 |
# File 'sig/types.rbs', line 12143 def @message end |