Class: Aws::CloudTrail::Types::ImportFailureListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

Provides the reason the import failed.

Returns:

  • (String)


2968
2969
2970
2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2968

class ImportFailureListItem < Struct.new(
  :location,
  :status,
  :error_type,
  :error_message,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The type of import error.

Returns:

  • (String)


2968
2969
2970
2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2968

class ImportFailureListItem < Struct.new(
  :location,
  :status,
  :error_type,
  :error_message,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

When the import was last updated.

Returns:

  • (Time)


2968
2969
2970
2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2968

class ImportFailureListItem < Struct.new(
  :location,
  :status,
  :error_type,
  :error_message,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The location of the failure in the S3 bucket.

Returns:

  • (String)


2968
2969
2970
2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2968

class ImportFailureListItem < Struct.new(
  :location,
  :status,
  :error_type,
  :error_message,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the import.

Returns:

  • (String)


2968
2969
2970
2971
2972
2973
2974
2975
2976
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2968

class ImportFailureListItem < Struct.new(
  :location,
  :status,
  :error_type,
  :error_message,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end