Class: Aws::EC2::Types::ClientVpnAuthorizationRuleStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the state of an authorization rule.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the authorization rule.

Returns:

  • (String)


3020
3021
3022
3023
3024
# File 'lib/aws-sdk-ec2/types.rb', line 3020

class ClientVpnAuthorizationRuleStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

A message about the status of the authorization rule, if applicable.

Returns:

  • (String)


3020
3021
3022
3023
3024
# File 'lib/aws-sdk-ec2/types.rb', line 3020

class ClientVpnAuthorizationRuleStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end