Class: Aws::EC2::Types::VerifiedAccessLogDeliveryStatus

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

Overview

Describes a log delivery status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code.

Returns:

  • (String)


67048
67049
67050
67051
67052
67053
# File 'lib/aws-sdk-ec2/types.rb', line 67048

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

#messageString

The status message.

Returns:

  • (String)


67048
67049
67050
67051
67052
67053
# File 'lib/aws-sdk-ec2/types.rb', line 67048

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