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
2233 2234 2235 2236 2237 |
# File 'lib/aws-sdk-states/types.rb', line 2233 class MissingRequiredParameter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |