Class: Aws::PinpointSMSVoiceV2::Types::RegistrationDeniedReasonInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationDeniedReasonInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Provides the reason a registration was rejected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documentation_link ⇒ String
The link to the document.
-
#documentation_title ⇒ String
The title of the document.
-
#long_description ⇒ String
A long description of the rejection reason.
-
#reason ⇒ String
The reason a registration was rejected.
-
#short_description ⇒ String
A short description of the rejection reason.
Instance Attribute Details
#documentation_link ⇒ String
The link to the document.
4812 4813 4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4812 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |
#documentation_title ⇒ String
The title of the document.
4812 4813 4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4812 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |
#long_description ⇒ String
A long description of the rejection reason.
4812 4813 4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4812 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason a registration was rejected.
4812 4813 4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4812 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |
#short_description ⇒ String
A short description of the rejection reason.
4812 4813 4814 4815 4816 4817 4818 4819 4820 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4812 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |