Class: Aws::CloudTrail::Types::ImportFailureListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ImportFailureListItem
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Provides information about an import failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
Provides the reason the import failed.
-
#error_type ⇒ String
The type of import error.
-
#last_updated_time ⇒ Time
When the import was last updated.
-
#location ⇒ String
The location of the failure in the S3 bucket.
-
#status ⇒ String
The status of the import.
Instance Attribute Details
#error_message ⇒ String
Provides the reason the import failed.
2645 2646 2647 2648 2649 2650 2651 2652 2653 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2645 class ImportFailureListItem < Struct.new( :location, :status, :error_type, :error_message, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
The type of import error.
2645 2646 2647 2648 2649 2650 2651 2652 2653 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2645 class ImportFailureListItem < Struct.new( :location, :status, :error_type, :error_message, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
When the import was last updated.
2645 2646 2647 2648 2649 2650 2651 2652 2653 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2645 class ImportFailureListItem < Struct.new( :location, :status, :error_type, :error_message, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the failure in the S3 bucket.
2645 2646 2647 2648 2649 2650 2651 2652 2653 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2645 class ImportFailureListItem < Struct.new( :location, :status, :error_type, :error_message, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the import.
2645 2646 2647 2648 2649 2650 2651 2652 2653 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2645 class ImportFailureListItem < Struct.new( :location, :status, :error_type, :error_message, :last_updated_time) SENSITIVE = [] include Aws::Structure end |