Class: Aws::GuardDuty::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
A request conflict exception object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
The error message.
755 756 757 758 759 760 |
# File 'lib/aws-sdk-guardduty/types.rb', line 755 class ConflictException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The error type.
755 756 757 758 759 760 |
# File 'lib/aws-sdk-guardduty/types.rb', line 755 class ConflictException < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |