Class: Aws::GuardDuty::Types::ErrorResponse

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

Overview

Error response object.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


930
931
932
933
934
# File 'lib/aws-sdk-guardduty/types.rb', line 930

class ErrorResponse < Struct.new(
  :message,
  :type)
  include Aws::Structure
end

#typeString

The error type.

Returns:

  • (String)


930
931
932
933
934
# File 'lib/aws-sdk-guardduty/types.rb', line 930

class ErrorResponse < Struct.new(
  :message,
  :type)
  include Aws::Structure
end