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.
      4252 4253 4254 4255 4256 4257 4258 4259 4260  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4252 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.
      4252 4253 4254 4255 4256 4257 4258 4259 4260  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4252 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.
      4252 4253 4254 4255 4256 4257 4258 4259 4260  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4252 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.
      4252 4253 4254 4255 4256 4257 4258 4259 4260  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4252 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.
      4252 4253 4254 4255 4256 4257 4258 4259 4260  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4252 class RegistrationDeniedReasonInformation < Struct.new( :reason, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  |