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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/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)


1166
1167
1168
1169
1170
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1166

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