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.
395 396 397 |
# File 'lib/aws-sdk-connect/errors.rb', line 395 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
400 401 402 |
# File 'lib/aws-sdk-connect/errors.rb', line 400 def @message || @data[:message] end |
#resource_id ⇒ String
410 411 412 |
# File 'lib/aws-sdk-connect/errors.rb', line 410 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
405 406 407 |
# File 'lib/aws-sdk-connect/errors.rb', line 405 def resource_type @data[:resource_type] end |