Class: Aws::DataZone::Types::ProjectDeletionError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ProjectDeletionError
- 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
-
#code ⇒ String
The code of the project deletion error.
-
#message ⇒ String
The message of the project deletion error.
Instance Attribute Details
#code ⇒ String
The code of the project deletion error.
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 |
#message ⇒ String
The message of the project deletion error.
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 |