Class: Aws::SecurityHub::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SecurityHub::Errors::ConflictException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-securityhub/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
77 78 79 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 77 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
87 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 87
def code: () -> ::String
|
#message ⇒ String
82 |
# File 'lib/aws-sdk-securityhub/errors.rb', line 82
def message: () -> ::String
|