Class: Aws::NimbleStudio::Types::AccessDeniedException

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

Overview

You are not authorized to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A more specific error code.

Returns:

  • (String)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 70

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

#contextHash<String,String>

The exception context.

Returns:

  • (Hash<String,String>)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 70

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

#messageString

A human-readable description of the error.

Returns:

  • (String)


70
71
72
73
74
75
76
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 70

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