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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


663
664
665
666
667
668
669
670
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 663

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)


663
664
665
666
667
668
669
670
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 663

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)


663
664
665
666
667
668
669
670
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 663

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)


663
664
665
666
667
668
669
670
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 663

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