Class: Aws::DataZone::Types::ProjectDeletionError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Specifies the error message that is returned if the operation cannot be successfully completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code of the project deletion error.

Returns:

  • (String)


12211
12212
12213
12214
12215
12216
# File 'lib/aws-sdk-datazone/types.rb', line 12211

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

#messageString

The message of the project deletion error.

Returns:

  • (String)


12211
12212
12213
12214
12215
12216
# File 'lib/aws-sdk-datazone/types.rb', line 12211

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