Class: Aws::Mobile::Types::LimitExceededException

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

Overview

There are too many AWS Mobile Hub projects in the account or the account has exceeded the maximum number of resources in some AWS service. You should create another sub-account using AWS Organizations or remove some resources and retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


348
349
350
351
352
353
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 348

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

#retry_after_secondsString

The Exception Error Message.

Returns:

  • (String)


348
349
350
351
352
353
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 348

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