Class: Aws::Support::Types::DryRunOperationException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-support/types.rb

Overview

The request was valid, but the operation wasn't performed because dryRun was set to true.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1487
1488
1489
1490
1491
# File 'lib/aws-sdk-support/types.rb', line 1487

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