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.
379 380 381 |
# File 'lib/aws-sdk-connect/errors.rb', line 379 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
384 385 386 |
# File 'lib/aws-sdk-connect/errors.rb', line 384 def @message || @data[:message] end |
#resource_id ⇒ String
394 395 396 |
# File 'lib/aws-sdk-connect/errors.rb', line 394 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
389 390 391 |
# File 'lib/aws-sdk-connect/errors.rb', line 389 def resource_type @data[:resource_type] end |