Class: Aws::CloudWatchEvidently::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudWatchEvidently::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-cloudwatchevidently/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_code ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
130 131 132 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 130 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
135 136 137 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 135 def @message || @data[:message] end |
#quota_code ⇒ String
140 141 142 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 140 def quota_code @data[:quota_code] end |
#resource_id ⇒ String
145 146 147 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 145 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
150 151 152 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 150 def resource_type @data[:resource_type] end |
#service_code ⇒ String
155 156 157 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 155 def service_code @data[:service_code] end |