Class: Aws::EC2::Types::IpamPoolCidrFailureReason

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

An error code related to why an IPAM pool CIDR failed to be provisioned.

Returns:

  • (String)


42849
42850
42851
42852
42853
42854
# File 'lib/aws-sdk-ec2/types.rb', line 42849

class IpamPoolCidrFailureReason < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message related to why an IPAM pool CIDR failed to be provisioned.

Returns:

  • (String)


42849
42850
42851
42852
42853
42854
# File 'lib/aws-sdk-ec2/types.rb', line 42849

class IpamPoolCidrFailureReason < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end