Class: Aws::AppStream::Types::DryRunOperationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


4002
4003
4004
4005
4006
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4002

class DryRunOperationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end