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)


42309
42310
42311
42312
42313
42314
# File 'lib/aws-sdk-ec2/types.rb', line 42309

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)


42309
42310
42311
42312
42313
42314
# File 'lib/aws-sdk-ec2/types.rb', line 42309

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