Class: Aws::SecurityLake::Types::DataLakeUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeUpdateException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
The details of the last ‘UpdateDataLake` or `DeleteDataLake` API request which failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The reason code for the exception of the last ‘UpdateDataLake` or `DeleteDataLake` API request.
-
#reason ⇒ String
The reason for the exception of the last ‘UpdateDataLake`or `DeleteDataLake` API request.
Instance Attribute Details
#code ⇒ String
The reason code for the exception of the last ‘UpdateDataLake` or `DeleteDataLake` API request.
963 964 965 966 967 968 |
# File 'lib/aws-sdk-securitylake/types.rb', line 963 class DataLakeUpdateException < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception of the last ‘UpdateDataLake`or `DeleteDataLake` API request.
963 964 965 966 967 968 |
# File 'lib/aws-sdk-securitylake/types.rb', line 963 class DataLakeUpdateException < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |