Class: Aws::Connect::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::ResourceInUseException
- Defined in:
- lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
363 364 365 |
# File 'lib/aws-sdk-connect/errors.rb', line 363 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
368 369 370 |
# File 'lib/aws-sdk-connect/errors.rb', line 368 def @message || @data[:message] end |
#resource_id ⇒ String
378 379 380 |
# File 'lib/aws-sdk-connect/errors.rb', line 378 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
373 374 375 |
# File 'lib/aws-sdk-connect/errors.rb', line 373 def resource_type @data[:resource_type] end |