Class: Aws::SecurityLake::Types::DataLakeUpdateException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The reason code for the exception of the last UpdateDataLake or DeleteDataLake API request.

Returns:

  • (String)


957
958
959
960
961
962
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 957

class DataLakeUpdateException < Struct.new(
  :code,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the exception of the last UpdateDataLakeor DeleteDataLake API request.

Returns:

  • (String)


957
958
959
960
961
962
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 957

class DataLakeUpdateException < Struct.new(
  :code,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end