Class: Aws::ServiceQuotas::Errors::TemplatesNotAvailableInRegionException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ServiceQuotas::Errors::TemplatesNotAvailableInRegionException
- Defined in:
- lib/aws-sdk-servicequotas/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TemplatesNotAvailableInRegionException
constructor
A new instance of TemplatesNotAvailableInRegionException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TemplatesNotAvailableInRegionException
Returns a new instance of TemplatesNotAvailableInRegionException.
269 270 271 |
# File 'lib/aws-sdk-servicequotas/errors.rb', line 269 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
274 275 276 |
# File 'lib/aws-sdk-servicequotas/errors.rb', line 274 def @message || @data[:message] end |