Class: Aws::AppStream::Types::DryRunOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DryRunOperationException
- Defined in:
- gems/aws-sdk-appstream/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.
3907 3908 3909 3910 3911 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3907 class DryRunOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |