Class: Aws::Detective::Types::AccessDeniedException

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

Overview

The request issuer does not have permission to access this resource or perform this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The SDK default error code associated with the access denied exception.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 53

class AccessDeniedException < Struct.new(
  :message,
  :error_code,
  :error_code_reason,
  :sub_error_code,
  :sub_error_code_reason)
  SENSITIVE = []
  include Aws::Structure
end

#error_code_reasonString

The SDK default explanation of why access was denied.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 53

class AccessDeniedException < Struct.new(
  :message,
  :error_code,
  :error_code_reason,
  :sub_error_code,
  :sub_error_code_reason)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 53

class AccessDeniedException < Struct.new(
  :message,
  :error_code,
  :error_code_reason,
  :sub_error_code,
  :sub_error_code_reason)
  SENSITIVE = []
  include Aws::Structure
end

#sub_error_codeString

The error code associated with the access denied exception.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 53

class AccessDeniedException < Struct.new(
  :message,
  :error_code,
  :error_code_reason,
  :sub_error_code,
  :sub_error_code_reason)
  SENSITIVE = []
  include Aws::Structure
end

#sub_error_code_reasonString

An explanation of why access was denied.

Returns:

  • (String)


53
54
55
56
57
58
59
60
61
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 53

class AccessDeniedException < Struct.new(
  :message,
  :error_code,
  :error_code_reason,
  :sub_error_code,
  :sub_error_code_reason)
  SENSITIVE = []
  include Aws::Structure
end