Class: Aws::CloudTrail::Types::ImportFailureListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ImportFailureListItem
- Includes:
- Structure
- Defined in:
- 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.
2739 2740 2741 2742 2743 2744 2745 2746 2747 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2739 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.
2739 2740 2741 2742 2743 2744 2745 2746 2747 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2739 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.
2739 2740 2741 2742 2743 2744 2745 2746 2747 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2739 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.
2739 2740 2741 2742 2743 2744 2745 2746 2747 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2739 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.
2739 2740 2741 2742 2743 2744 2745 2746 2747 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2739 class ImportFailureListItem < Struct.new( :location, :status, :error_type, :error_message, :last_updated_time) SENSITIVE = [] include Aws::Structure end |