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

Class: Aws::EC2::Types::NetworkInterfacePermissionState

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

Overview

Describes the state of a network interface permission.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the permission.

Possible values:

  • pending
  • granted
  • revoking
  • revoked

Returns:

  • (String)

    The state of the permission.

#status_messageString

A status message, if applicable.

Returns:

  • (String)

    A status message, if applicable.