Class: Aws::WorkSpaces::Errors::ResourceCreationFailedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkSpaces::Errors::ResourceCreationFailedException
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceCreationFailedException
constructor
A new instance of ResourceCreationFailedException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceCreationFailedException
Returns a new instance of ResourceCreationFailedException.
260 261 262 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/errors.rb', line 260 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
265 266 267 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/errors.rb', line 265 def @message || @data[:message] end |