Class: Aws::OAM::Types::ServiceQuotaExceededException

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

Overview

The request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


881
882
883
884
885
886
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 881

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

#messageString

Returns:

  • (String)


881
882
883
884
885
886
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 881

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