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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the authorization rule.

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
# File 'lib/aws-sdk-ec2/types.rb', line 5409

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

#messageString

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

Returns:

  • (String)


5409
5410
5411
5412
5413
5414
# File 'lib/aws-sdk-ec2/types.rb', line 5409

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