Class: Aws::SecurityLake::Types::DataLakeException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

The details for an Amazon Security Lake exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionString

The underlying exception of a Security Lake exception.

Returns:

  • (String)


668
669
670
671
672
673
674
675
# File 'lib/aws-sdk-securitylake/types.rb', line 668

class DataLakeException < Struct.new(
  :exception,
  :region,
  :remediation,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Regions where the exception occurred.

Returns:

  • (String)


668
669
670
671
672
673
674
675
# File 'lib/aws-sdk-securitylake/types.rb', line 668

class DataLakeException < Struct.new(
  :exception,
  :region,
  :remediation,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#remediationString

List of all remediation steps for a Security Lake exception.

Returns:

  • (String)


668
669
670
671
672
673
674
675
# File 'lib/aws-sdk-securitylake/types.rb', line 668

class DataLakeException < Struct.new(
  :exception,
  :region,
  :remediation,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.

Returns:

  • (Time)


668
669
670
671
672
673
674
675
# File 'lib/aws-sdk-securitylake/types.rb', line 668

class DataLakeException < Struct.new(
  :exception,
  :region,
  :remediation,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end