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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


42856
42857
42858
42859
42860
42861
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42856

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)


42856
42857
42858
42859
42860
42861
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42856

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