Class: Aws::Pipes::Types::ServiceQuotaExceededException

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

Overview

A quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2790

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

#quota_codeString

The identifier of the quota that caused the exception.

Returns:

  • (String)


2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2790

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

#resource_idString

The ID of the resource that caused the exception.

Returns:

  • (String)


2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2790

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

#resource_typeString

The type of resource that caused the exception.

Returns:

  • (String)


2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2790

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

#service_codeString

The identifier of the service that caused the exception.

Returns:

  • (String)


2790
2791
2792
2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2790

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