Class: Aws::TaxSettings::Types::CaseCreationLimitExceededException

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

Overview

You've exceeded the Amazon Web Services Support case creation limit for your account.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


727
728
729
730
731
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 727

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