Class: Aws::SMS::Types::DryRunOperationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::DryRunOperationException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
The user has the required permissions, so the request would have succeeded, but a dry run was performed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      492 493 494 495 496  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 492 class DryRunOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |