Class: Aws::WorkSpaces::Types::ResourceCreationFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceCreationFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The resource could not be created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4173 4174 4175 4176 4177 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4173 class ResourceCreationFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |