Class: Aws::EC2::Types::IpamPoolCidrFailureReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPoolCidrFailureReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Details related to why an IPAM pool CIDR failed to be provisioned.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
An error code related to why an IPAM pool CIDR failed to be provisioned.
-
#message ⇒ String
A message related to why an IPAM pool CIDR failed to be provisioned.
Instance Attribute Details
#code ⇒ String
An error code related to why an IPAM pool CIDR failed to be provisioned.
46233 46234 46235 46236 46237 46238 |
# File 'lib/aws-sdk-ec2/types.rb', line 46233 class IpamPoolCidrFailureReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message related to why an IPAM pool CIDR failed to be provisioned.
46233 46234 46235 46236 46237 46238 |
# File 'lib/aws-sdk-ec2/types.rb', line 46233 class IpamPoolCidrFailureReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |