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)


4483
4484
4485
4486
4487
# File 'lib/aws-sdk-workspaces/types.rb', line 4483

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