Class: Aws::ObservabilityAdmin::Types::ServiceQuotaExceededException

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

Overview

The requested operation would exceed the allowed quota for the specified resource type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


590
591
592
593
594
595
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 590

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

#messageString

Returns:

  • (String)


590
591
592
593
594
595
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 590

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