Class: Aws::MailManager::Types::AccessDeniedException

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

Overview

Occurs when a user is denied access to a specific resource or action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


20
21
22
23
24
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 20

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