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)


49160
49161
49162
49163
49164
49165
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49160

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)


49160
49161
49162
49163
49164
49165
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49160

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