You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::SubnetCidrBlockState

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the state of a CIDR block.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of a CIDR block.

Possible values:

  • associating
  • associated
  • disassociating
  • disassociated
  • failing
  • failed

Returns:

  • (String)

    The state of a CIDR block.

#status_messageString

A message about the status of the CIDR block, if applicable.

Returns:

  • (String)

    A message about the status of the CIDR block, if applicable.