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)


16807
16808
16809
16810
16811
16812
# File 'lib/aws-sdk-datazone/types.rb', line 16807

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

#messageString

The message of the project deletion error.

Returns:

  • (String)


16807
16808
16809
16810
16811
16812
# File 'lib/aws-sdk-datazone/types.rb', line 16807

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