Class: Aws::Mgn::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Mgn::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-mgn/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_code ⇒ String
- #quota_value ⇒ 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.
155 156 157 |
# File 'lib/aws-sdk-mgn/errors.rb', line 155 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
160 161 162 |
# File 'lib/aws-sdk-mgn/errors.rb', line 160 def code @code || @data[:code] end |
#message ⇒ String
165 166 167 |
# File 'lib/aws-sdk-mgn/errors.rb', line 165 def @message || @data[:message] end |
#quota_code ⇒ String
170 171 172 |
# File 'lib/aws-sdk-mgn/errors.rb', line 170 def quota_code @data[:quota_code] end |
#quota_value ⇒ String
175 176 177 |
# File 'lib/aws-sdk-mgn/errors.rb', line 175 def quota_value @data[:quota_value] end |
#resource_id ⇒ String
180 181 182 |
# File 'lib/aws-sdk-mgn/errors.rb', line 180 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
185 186 187 |
# File 'lib/aws-sdk-mgn/errors.rb', line 185 def resource_type @data[:resource_type] end |
#service_code ⇒ String
190 191 192 |
# File 'lib/aws-sdk-mgn/errors.rb', line 190 def service_code @data[:service_code] end |