Class: Aws::RAM::Types::InvalidMaxResultsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

The operation failed because the specified value for MaxResults isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1643
1644
1645
1646
1647
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1643

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