Class: Aws::WorkSpaces::Types::ResourceCreationFailedException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3707
3708
3709
3710
3711
# File 'lib/aws-sdk-workspaces/types.rb', line 3707

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