Class: Aws::DataZone::Types::ProjectDeletionError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ProjectDeletionError
- 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
-
#code ⇒ String
Project Deletion Error Code.
-
#message ⇒ String
Project Deletion Error Message.
Instance Attribute Details
#code ⇒ String
Project Deletion Error Code
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 |
#message ⇒ String
Project Deletion Error Message
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 |