Class: Aws::PinpointSMSVoiceV2::Types::RegistrationDeniedReasonInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationDeniedReasonInformation
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
4478 4479 4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4478 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.
4478 4479 4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4478 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.
4478 4479 4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4478 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.
4478 4479 4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4478 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.
4478 4479 4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4478 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |