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.
347 348 349 |
# File 'lib/aws-sdk-connect/errors.rb', line 347 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
352 353 354 |
# File 'lib/aws-sdk-connect/errors.rb', line 352 def @message || @data[:message] end |
#resource_id ⇒ String
362 363 364 |
# File 'lib/aws-sdk-connect/errors.rb', line 362 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
357 358 359 |
# File 'lib/aws-sdk-connect/errors.rb', line 357 def resource_type @data[:resource_type] end |