Method: Aws::Panorama::Types::ServiceQuotaExceededException#message

Defined in:
lib/aws-sdk-panorama/types.rb

#messageString

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-panorama/types.rb', line 2694

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_id,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end