Class: Aws::LexModelBuildingService::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LexModelBuildingService::Errors::ResourceInUseException
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/errors.rb
Instance Method Summary collapse
- #example_reference ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #reference_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
160 161 162 |
# File 'lib/aws-sdk-lexmodelbuildingservice/errors.rb', line 160 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#example_reference ⇒ String
170 171 172 |
# File 'lib/aws-sdk-lexmodelbuildingservice/errors.rb', line 170 def example_reference @data[:example_reference] end |
#reference_type ⇒ String
165 166 167 |
# File 'lib/aws-sdk-lexmodelbuildingservice/errors.rb', line 165 def reference_type @data[:reference_type] end |