Class: Aws::GuardDuty::Types::BadRequestException

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

Overview

A bad request exception object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


501
502
503
504
505
506
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 501

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

#typeString

The error type.

Returns:

  • (String)


501
502
503
504
505
506
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 501

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