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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


8472
8473
8474
8475
8476
8477
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8472

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

#messageString

The message of the project deletion error.

Returns:

  • (String)


8472
8473
8474
8475
8476
8477
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8472

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