Class: Aws::SecurityLake::Types::DataLakeUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeUpdateException
- Defined in:
- gems/aws-sdk-securitylake/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
orDeleteDataLake
API request. -
#reason ⇒ String
The reason for the exception of the last
UpdateDataLake
orDeleteDataLake
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 'gems/aws-sdk-securitylake/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 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 963 class DataLakeUpdateException < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |