Class: Aws::EC2::Types::VerifiedAccessLogDeliveryStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogDeliveryStatus
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a log delivery status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status code.
-
#message ⇒ String
The status message.
Instance Attribute Details
#code ⇒ String
The status code.
72122 72123 72124 72125 72126 72127 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72122 class VerifiedAccessLogDeliveryStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
72122 72123 72124 72125 72126 72127 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72122 class VerifiedAccessLogDeliveryStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |