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)


68246
68247
68248
68249
68250
68251
# File 'lib/aws-sdk-ec2/types.rb', line 68246

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

#messageString

The status message.

Returns:

  • (String)


68246
68247
68248
68249
68250
68251
# File 'lib/aws-sdk-ec2/types.rb', line 68246

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