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.
      46341 46342 46343 46344 46345 46346  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46341 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.
      46341 46342 46343 46344 46345 46346  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46341 class IpamPoolCidrFailureReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |