Class: Aws::SecurityHub::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SecurityHub::Errors::ResourceInUseException
- Defined in:
- lib/aws-sdk-securityhub/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
170 171 172 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 170 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
180 181 182 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 180 def code @code || @data[:code] end |
#message ⇒ String
175 176 177 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 175 def @message || @data[:message] end |