Class: Aws::Panorama::Types::ServiceQuotaExceededException

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

Overview

The request would cause a limit to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2694

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

#quota_codeString

The name of the limit.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2694

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

#resource_idString

The target resource's ID.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2694

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

#resource_typeString

The target resource's type.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2694

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

#service_codeString

The name of the service.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2694

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