Class: Aws::GameLift::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5847
5848
5849
5850
5851
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5847

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