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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
# File 'lib/aws-sdk-pipes/types.rb', line 3003

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

#quota_codeString

The identifier of the quota that caused the exception.

Returns:

  • (String)


3003
3004
3005
3006
3007
3008
3009
3010
3011
# File 'lib/aws-sdk-pipes/types.rb', line 3003

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

#resource_idString

The ID of the resource that caused the exception.

Returns:

  • (String)


3003
3004
3005
3006
3007
3008
3009
3010
3011
# File 'lib/aws-sdk-pipes/types.rb', line 3003

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

#resource_typeString

The type of resource that caused the exception.

Returns:

  • (String)


3003
3004
3005
3006
3007
3008
3009
3010
3011
# File 'lib/aws-sdk-pipes/types.rb', line 3003

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

#service_codeString

The identifier of the service that caused the exception.

Returns:

  • (String)


3003
3004
3005
3006
3007
3008
3009
3010
3011
# File 'lib/aws-sdk-pipes/types.rb', line 3003

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