Class: Aws::TaxSettings::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

The access is denied for the Amazon Web Services Support API.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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