Class: Aws::AppStream::Types::DryRunOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DryRunOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The exception that is thrown when a dry run operation is requested. This indicates that the validation checks have been performed successfully, but no actual resources were created or modified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message in the exception.
Instance Attribute Details
#message ⇒ String
The error message in the exception.
3922 3923 3924 3925 3926 |
# File 'lib/aws-sdk-appstream/types.rb', line 3922 class DryRunOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |