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

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

Overview

Error that occurred during project deletion

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Project Deletion Error Code

Returns:

  • (String)


7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-datazone/types.rb', line 7872

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

#messageString

Project Deletion Error Message

Returns:

  • (String)


7872
7873
7874
7875
7876
7877
# File 'lib/aws-sdk-datazone/types.rb', line 7872

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