Class: Aws::WorkSpaces::Errors::ResourceCreationFailedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkSpaces::Errors::ResourceCreationFailedException
- Defined in:
- 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.
244 245 246 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 244 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
249 250 251 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 249 def @message || @data[:message] end |