Class: Aws::Panorama::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



143
144
145
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb', line 143

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


148
149
150
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb', line 148

def message
  @message || @data[:message]
end

#quota_codeString

Returns:

  • (String)


153
154
155
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb', line 153

def quota_code
  @data[:quota_code]
end

#resource_idString

Returns:

  • (String)


158
159
160
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb', line 158

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


163
164
165
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb', line 163

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


168
169
170
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/errors.rb', line 168

def service_code
  @data[:service_code]
end