Class: Aws::SecurityLake::Types::DataLakeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeException
- 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
-
#exception ⇒ String
The underlying exception of a Security Lake exception.
-
#region ⇒ String
The Amazon Web Services Regions where the exception occurred.
-
#remediation ⇒ String
List of all remediation steps for a Security Lake exception.
-
#timestamp ⇒ Time
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.
Instance Attribute Details
#exception ⇒ String
The underlying exception of a Security Lake exception.
668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 668 class DataLakeException < Struct.new( :exception, :region, :remediation, :timestamp) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Regions where the exception occurred.
668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 668 class DataLakeException < Struct.new( :exception, :region, :remediation, :timestamp) SENSITIVE = [] include Aws::Structure end |
#remediation ⇒ String
List of all remediation steps for a Security Lake exception.
668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 668 class DataLakeException < Struct.new( :exception, :region, :remediation, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
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.
668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 668 class DataLakeException < Struct.new( :exception, :region, :remediation, :timestamp) SENSITIVE = [] include Aws::Structure end |