Class: Aws::AppIntegrationsService::Types::ResourceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appintegrationsservice/types.rb

Overview

The allowed quota for the resource has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1318
1319
1320
1321
1322
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1318

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