Class: Aws::GreengrassV2::Types::ServiceQuotaExceededException

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

Overview

Your request exceeds a service quota. For example, you might have the maximum number of components that you can create.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2888

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The code for the quota in Service Quotas.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2888

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource that exceeds the service quota.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2888

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource that exceeds the service quota.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2888

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The code for the service in Service Quotas.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2888

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end