Class: Aws::GuardDuty::Types::InternalServerErrorException

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

Overview

An internal server error exception object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3879

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

#typeString

The error type.

Returns:

  • (String)


3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3879

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