Class: Aws::GuardDuty::Types::AccessDeniedException

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

Overview

An access denied exception object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


103
104
105
106
107
108
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 103

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

#typeString

The error type.

Returns:

  • (String)


103
104
105
106
107
108
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 103

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