Class: Aws::Inspector::Types::AccessDeniedException

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

Overview

You do not have required permissions to access the requested resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

You can immediately retry your request.

Returns:

  • (Boolean)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 29

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

#error_codeString

Code that indicates the type of error that is generated.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 29

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

#messageString

Details of the exception error.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 29

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