Class: Aws::Connect::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Connect::Errors::ResourceInUseException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-connect/errors.rb', line 400
def message: () -> ::String
|
#resource_id ⇒ String
410 |
# File 'lib/aws-sdk-connect/errors.rb', line 410
def resource_id: () -> ::String
|
#resource_type ⇒ String
405 |
# File 'lib/aws-sdk-connect/errors.rb', line 405
def resource_type: () -> ::String
|