Class: Aws::GuardDuty::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

A request conflict exception object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


741
742
743
744
745
746
# File 'lib/aws-sdk-guardduty/types.rb', line 741

class ConflictException < Struct.new(
  :message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The error type.

Returns:

  • (String)


741
742
743
744
745
746
# File 'lib/aws-sdk-guardduty/types.rb', line 741

class ConflictException < Struct.new(
  :message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end