Class: Aws::GuardDuty::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GuardDuty::Errors::ConflictException
- Defined in:
- lib/aws-sdk-guardduty/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
87 88 89 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 87 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
92 93 94 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 92 def @message || @data[:message] end |
#type ⇒ String
97 98 99 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 97 def type @data[:type] end |