Class: Aws::States::Types::MissingRequiredParameter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::MissingRequiredParameter
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Request is missing a required parameter. This error occurs if both ‘definition` and `roleArn` are not specified.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3167 3168 3169 3170 3171  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3167 class MissingRequiredParameter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |