Class: Aws::GameLift::Errors::InvalidFleetStatusException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GameLift::Errors::InvalidFleetStatusException
- Defined in:
- lib/aws-sdk-gamelift/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidFleetStatusException
constructor
A new instance of InvalidFleetStatusException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidFleetStatusException
Returns a new instance of InvalidFleetStatusException.
133 134 135 |
# File 'lib/aws-sdk-gamelift/errors.rb', line 133 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
138 139 140 |
# File 'lib/aws-sdk-gamelift/errors.rb', line 138 def @message || @data[:message] end |