Class: Aws::EC2::Types::VerifiedAccessLogDeliveryStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogDeliveryStatus
- Includes:
- Structure
- Defined in:
- 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.
71865 71866 71867 71868 71869 71870 |
# File 'lib/aws-sdk-ec2/types.rb', line 71865 class VerifiedAccessLogDeliveryStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
71865 71866 71867 71868 71869 71870 |
# File 'lib/aws-sdk-ec2/types.rb', line 71865 class VerifiedAccessLogDeliveryStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |