Class: Aws::PinpointSMSVoiceV2::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The request was denied because you don’t have sufficient permissions to access the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
25 26 27 28 29 30 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 25 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 25 class AccessDeniedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |