Class: Aws::RecycleBin::Types::ServiceQuotaExceededException

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

Overview

The request would cause a service quota for the number of tags per resource to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


592
593
594
595
596
597
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 592

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

#reasonString

The reason for the exception.

Returns:

  • (String)


592
593
594
595
596
597
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 592

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